wasmedge-quickjs icon indicating copy to clipboard operation
wasmedge-quickjs copied to clipboard

A high-performance, secure, extensible, and OCI-complaint JavaScript runtime for WasmEdge.

Results 60 wasmedge-quickjs issues
Sort by recently updated
recently updated
newest added

While running ``` $ cargo build --target wasm32-wasi --release ``` I got the following error: ``` root@a550d255c1a1:~/examples/wasmedge-quickjs# cargo build --target wasm32-wasi --release Compiling argparse v0.2.2 Compiling idna v0.2.3 Compiling url...

bug
wontfix

## Motivation In WasmEdge, we already support [JavaScript](https://wasmedge.org/book/en/dev/js/quickstart.html), [NPM packages](https://wasmedge.org/book/en/dev/js/npm.html), [ES6 modules](https://wasmedge.org/book/en/dev/js/es6.html), and even [using Rust to implement JS APIs](https://wasmedge.org/book/en/dev/js/rust.html). However, one of the most commonly requested features is full...

node api

## Motivation In WasmEdge, we already support [JavaScript](https://wasmedge.org/book/en/dev/js/quickstart.html), [NPM packages](https://wasmedge.org/book/en/dev/js/npm.html), [ES6 modules](https://wasmedge.org/book/en/dev/js/es6.html), and even [using Rust to implement JS APIs](https://wasmedge.org/book/en/dev/js/rust.html). However, one of the most commonly requested features is full...

node api

## Motivation In WasmEdge, we already support [JavaScript](https://wasmedge.org/book/en/dev/js/quickstart.html), [NPM packages](https://wasmedge.org/book/en/dev/js/npm.html), [ES6 modules](https://wasmedge.org/book/en/dev/js/es6.html), and even [using Rust to implement JS APIs](https://wasmedge.org/book/en/dev/js/rust.html). However, one of the most commonly requested features is full...

node api

## Motivation In WasmEdge, we already support [JavaScript](https://wasmedge.org/book/en/dev/js/quickstart.html), [NPM packages](https://wasmedge.org/book/en/dev/js/npm.html), [ES6 modules](https://wasmedge.org/book/en/dev/js/es6.html), and even [using Rust to implement JS APIs](https://wasmedge.org/book/en/dev/js/rust.html). However, one of the most commonly requested features is full...

node api

## Motivation In WasmEdge, we already support [JavaScript](https://wasmedge.org/book/en/dev/js/quickstart.html), [NPM packages](https://wasmedge.org/book/en/dev/js/npm.html), [ES6 modules](https://wasmedge.org/book/en/dev/js/es6.html), and even [using Rust to implement JS APIs](https://wasmedge.org/book/en/dev/js/rust.html). However, one of the most commonly requested features is full...

node api

## Motivation In WasmEdge, we already support [JavaScript](https://wasmedge.org/book/en/dev/js/quickstart.html), [NPM packages](https://wasmedge.org/book/en/dev/js/npm.html), [ES6 modules](https://wasmedge.org/book/en/dev/js/es6.html), and even [using Rust to implement JS APIs](https://wasmedge.org/book/en/dev/js/rust.html). However, one of the most commonly requested features is full...

node api

## Motivation In WasmEdge, we already support [JavaScript](https://wasmedge.org/book/en/dev/js/quickstart.html), [NPM packages](https://wasmedge.org/book/en/dev/js/npm.html), [ES6 modules](https://wasmedge.org/book/en/dev/js/es6.html), and even [using Rust to implement JS APIs](https://wasmedge.org/book/en/dev/js/rust.html). However, one of the most commonly requested features is full...

node api

## Motivation In WasmEdge, we already support [JavaScript](https://wasmedge.org/book/en/dev/js/quickstart.html), [NPM packages](https://wasmedge.org/book/en/dev/js/npm.html), [ES6 modules](https://wasmedge.org/book/en/dev/js/es6.html), and even [using Rust to implement JS APIs](https://wasmedge.org/book/en/dev/js/rust.html). However, one of the most commonly requested features is full...

node api

I want to run wasmedge-quickjs on the following JS code: ``` var std = require('std'); import {Buffer} from 'buffer'; var WebAssembly = require('webassemblyjs'); let f = std.open('./add.wasm', 'r'); f.seek(0, std.SEEK_END);...