fix emcc build
This commit is contained in:
parent
3f92c32399
commit
aefeb3c6fd
@ -224,7 +224,7 @@ void cbqn_runLine(char* ln, i64 len) {
|
|||||||
popCatch();
|
popCatch();
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef WASM
|
#if WASM
|
||||||
void cbqn_evalSrc(char* src, i64 len) {
|
void cbqn_evalSrc(char* src, i64 len) {
|
||||||
B code = fromUTF8(src, len);
|
B code = fromUTF8(src, len);
|
||||||
B res = bqn_exec(code, bi_N, bi_N);
|
B res = bqn_exec(code, bi_N, bi_N);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user