-
could introduce building in android? and i can not find any mk file in the project...
-
```
Part 1.
Added in file “js15decl.pas”:
procedure JS_SetOperationCallback (cx : PJSContext; funcTransition : pointer);
cdecl; external libName;
function JS_GetOperationCallback (cx : PJSContext)…
-
```
const contexts = []
function retrieveContext() {
return contexts[contexts.length-1]
}
async function a() {
const index = contexts.push({amogus: true}) -1
b().then(e => console.log("b", e)…
-
```
Part 1.
Added in file “js15decl.pas”:
procedure JS_SetOperationCallback (cx : PJSContext; funcTransition : pointer);
cdecl; external libName;
function JS_GetOperationCallback (cx : PJSContext)…
-
```
Part 1.
Added in file “js15decl.pas”:
procedure JS_SetOperationCallback (cx : PJSContext; funcTransition : pointer);
cdecl; external libName;
function JS_GetOperationCallback (cx : PJSContext)…
-
```
Part 1.
Added in file “js15decl.pas”:
procedure JS_SetOperationCallback (cx : PJSContext; funcTransition : pointer);
cdecl; external libName;
function JS_GetOperationCallback (cx : PJSContext)…
-
```
Part 1.
Added in file “js15decl.pas”:
procedure JS_SetOperationCallback (cx : PJSContext; funcTransition : pointer);
cdecl; external libName;
function JS_GetOperationCallback (cx : PJSContext)…
-
For the initial proposal an implementation was made in Wasmtime and Cranelift. The primary motivation of this proposal is performance which means that other engines must also be evaluated as well. Oth…
-
`````` /Users/rozgo/Projects/rust-webplatform/emsdk_portable
multirust: using existing install for '1.2.0'
multirust: override toolchain for '/Users/rozgo/Projects/rust-webplatform/cargo-build' set to…
rozgo updated
9 years ago
-
https://bellard.org/quickjs/
It might a be a nice fallback, at least, if SM is missing or cannot be built for a particular OS/arch combination. RHEL 9 had stopped including the SM package, so we'd…