[go: up one dir, main page]

Skip to content

Tags: wasmerio/spiderfire

Tags

v0.1.0-pre.4

Toggle v0.1.0-pre.4's commit message

Verified

This commit was signed with the committer’s verified signature.
Redfire75369 Redfire
Added TypeScript Support for Modules

Added Source Mapping to Module Error Reports and console.trace()
Added Error Handling to TypeScript Compilation
Improved Caching

v0.1.0-pre.3

Toggle v0.1.0-pre.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added Panic Unwind Handler in Native Functions

Allowed for safe functions to be passed to the js_fn macro
Added formatter for functions
Fixed unexpected panics

v0.1.0-pre.2

Toggle v0.1.0-pre.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Added Custom Array and Object Formatters

Improved IonObject;:keys to return keys as strings
Added globals and microtask queue to eval subcommand
Fixed underflow on u16 when counting brackets in REPL
Replaced termcolor with colored
Added .gitattributes

v0.1.0-pre.1

Toggle v0.1.0-pre.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Redfire75369 Redfire
Added Ctrl+C Handler for REPL

Added exit keyword for REPL