mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-15 07:51:32 +00:00
Use long.js in JS and native i64 in WASM; Compile literals more thoroughly
This commit is contained in:
@ -4,7 +4,7 @@ const webpack = require("webpack");
|
||||
|
||||
// Build the C-like library
|
||||
const lib = {
|
||||
entry: [ "./src/glue/js.js", "./src/index.ts" ],
|
||||
entry: [ "./src/glue/js", "./src/index.ts" ],
|
||||
module: {
|
||||
rules: [
|
||||
{
|
||||
|
Reference in New Issue
Block a user